cursorRight
sop4618_SSourcesop4618_ScursorRight
Description Source Call Graph
Start Line: 172
void sop4618_S::cursorRight(uint8_t count=1)
{
  if(count > m_Cols)
    return;
  cursorMove('C', count);
}